Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #81

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.2.1 -> 8.3 age adoption passing confidence
io.micrometer:micrometer-core dependencies patch 1.11.1 -> 1.11.3 age adoption passing confidence
io.micrometer:micrometer-registry-prometheus dependencies patch 1.11.1 -> 1.11.3 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client-okhttp (source) dependencies minor 6.6.1 -> 6.8.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r4 (source) dependencies minor 6.6.1 -> 6.8.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client (source) dependencies minor 6.6.1 -> 6.8.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-base (source) dependencies minor 6.6.1 -> 6.8.2 age adoption passing confidence
org.springframework.cloud:spring-cloud-dependencies (source) dependencies patch 2022.0.3 -> 2022.0.4 age adoption passing confidence
com.diffplug.spotless plugin minor 6.19.0 -> 6.21.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

gradle/gradle (gradle)

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

Switch your build to use Gradle 8.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.3

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

micrometer-metrics/micrometer (io.micrometer:micrometer-core)

v1.11.3: 1.11.3

Compare Source

⭐ New Features / Enhancements

  • Removes the need to set OR on OTLA #​3986

📔 Documentation

  • Enhance javadoc of Observed #​3983
  • Add javadoc to Timed and TimedSet #​3982

🔨 Dependency Upgrades

  • Upgrade to AWS SDK 2.20.123 #​4023
  • Upgrade to Spectator 1.6.8 #​4022
  • Upgrade to context-propagation 1.0.5 #​4026
  • Upgrade to Spring Boot 2.7.14 #​4024
  • Upgrade to Spring Framework 5.3.29 #​4021
  • Upgrade to JMH 1.37 #​4020
  • Upgrade to ArchUnit 1.1.0 #​4019
  • Upgrade to SignalFx 1.0.33 #​4018
  • Upgrade to AWS SDK 1.12.526 #​4017
  • Fix SLF4J version for SignalFx: 1.7.36 #​4016
  • Upgrade to Reactor 3.4.31, Reactor Netty 1.0.34, and Netty 4.1.96 #​4015
  • Upgrade to Foojay Resolver Convention 0.6.0 #​4014
  • Upgrade to Spring GE Conventions to 0.0.14 #​4013
  • Bump com.gradle.enterprise from 3.14 to 3.14.1 #​4005
  • Bump com.gradle.enterprise from 3.13.4 to 3.14 #​3994

📝 Tasks

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

v1.11.2: 1.11.2

Compare Source

🐞 Bug Fixes
  • OTLP Histogram missing bucket count for positive infinity #​3934
  • micrometer-osgi-test artifact should not be published #​3929
  • StepMeterRegistry publishes on close even if config.enabled is false #​3914
  • Using publishPercentileHistogram breaks histogram values #​3904
  • Avoid potential race condition with Observation.NOOP #​3946
  • ObservationThreadLocalAccessor.restore() generating errors in tests #​3943
  • OTLA throws NPE when on restore there's no current scope #​3942
  • Mockito should be an implementation dependency instead of API for micrometer-observation-test #​3906
  • ObservationThreadLocalAccessor has a public static instance which should be private static #​3905
  • Introduced binary incompatibility in Micrometer Observation #​3902
  • Wavefront Proxy validation error with default uri implementation #​3903
  • Unnecessary ThreadLocal overhead in LogbackMetrics for disabled log levels #​3891
📔 Documentation
  • Fix Javadoc for ObservationThreadLocalAccessor(ObservationRegistry) #​3937
  • Add missing @since tags across the code base where appropriate #​3907
🔨 Dependency Upgrades
  • Upgrade to context-propagation 1.0.4 #​3974
  • Upgrade to AWS SDK 2.20.100 #​3970
  • Upgrade to Spectator 1.6.6 #​3969
  • Upgrade to Mockito 5.4.0 #​3968
  • Backport 'Fix Guava dependency resolution' #​3967
  • Upgrade to Spring Boot 2.7.13 #​3966
  • Upgrade to H2 2.2.220 #​3965
  • Upgrade to AWS SDK 1.12.503 #​3964
  • Upgrade to Reactor 3.4.30, Reactor Netty 1.0.33, and Netty 4.1.94 #​3963
  • Bump com.gradle.enterprise from 3.13.3 to 3.13.4 #​3921
📝 Tasks
  • Upgrade to Spotless Gradle plugin 6.19.0 #​3928
  • Upgrade to Gradle Wrapper 8.2 #​3951
  • OTelCollectorIntegrationTest failing due to breaking change in OTel Collector #​3925
  • Upgrade to me.champeau.jmh 0.7.1 #​3918
  • Upgrade to com.github.johnrengelman.shadow 8.1.1 #​3917
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye and @​nvervelle

hapifhir/hapi-fhir (ca.uhn.hapi.fhir:hapi-fhir-client-okhttp)

v6.8.2

6.8.2

v6.8.1

6.8.1

v6.8.0

6.8.0

v6.6.2

6.6.2

spring-cloud/spring-cloud-release (org.springframework.cloud:spring-cloud-dependencies)

v2022.0.4: 2022.0.4

Compare Source

2022.0.4

2023-07-28

  • Spring Cloud Zookeeper 4.0.1 (issues)
  • Spring Cloud Kubernetes 3.0.4 (issues)
  • Spring Cloud Function 4.0.5 (issues)
  • Spring Cloud Commons 4.0.4 (issues)
  • Spring Cloud Circuitbreaker 3.0.3 (issues)
  • Spring Cloud Openfeign 4.0.4 (issues)
  • Spring Cloud Gateway 4.0.7 (issues)
  • Spring Cloud Stream 4.0.4 (issues)
  • Spring Cloud Consul 4.0.3 (issues)
  • Spring Cloud Build 4.0.5 (issues)
  • Spring Cloud Config 4.0.4 (issues)
  • Spring Cloud Contract 4.0.4 (issues)
  • Spring Cloud Starter Build 2022.0.4 (issues)
  • Spring Cloud Netflix 4.0.3 (issues)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.09s
✅ EDITORCONFIG editorconfig-checker 9 0 0.03s
✅ GROOVY npm-groovy-lint 1 0 10.04s
✅ JAVA checkstyle 2 0 2.69s
✅ MARKDOWN markdownlint 1 0 0.42s
⚠️ MARKDOWN markdown-table-formatter 1 1 0.36s
✅ REPOSITORY checkov yes no 16.84s
✅ REPOSITORY gitleaks yes no 0.94s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.13s
✅ REPOSITORY syft yes no 0.32s
✅ REPOSITORY trivy yes no 7.1s
✅ YAML prettier 3 0 0.54s
✅ YAML v8r 3 0 2.81s
✅ YAML yamllint 3 0 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from add1ca2 to c4f0940 Compare September 6, 2023 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4f0940 to 8490197 Compare September 7, 2023 11:53
@renovate
Copy link
Contributor Author

renovate bot commented Sep 7, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@chgl chgl merged commit e1dfa9a into master Sep 7, 2023
@chgl chgl deleted the renovate/all-minor-patch branch September 7, 2023 12:32
@miracum-bot
Copy link

🎉 This PR is included in version 3.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants